byte-opt.el: Remove test that's not applicable any more
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 21 Mar 2024 22:16:41 +0000 (18:16 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 21 Mar 2024 22:16:41 +0000 (18:16 -0400)
* lisp/emacs-lisp/byte-opt.el: Remove left-over test for ancient
byte-compiled representation.

lisp/emacs-lisp/byte-opt.el

index f75be3f71ad949bebcba3fe0f004aa5698cf2a12..f6df40a2d9b8ce526d3f97a86526b426ad8c42e4 100644 (file)
@@ -3116,7 +3116,6 @@ If FOR-EFFECT is non-nil, the return value is assumed to be of no importance."
 ;;
 (eval-when-compile
  (or (compiled-function-p (symbol-function 'byte-optimize-form))
-     (assq 'byte-code (symbol-function 'byte-optimize-form))
      (let ((byte-optimize nil)
           (byte-compile-warnings nil))
        (mapc (lambda (x)